WindowStateChangeEventArgs(WindowStateChange, Window, int?, int?)

Constructor

Namespace: Imagini

Declared in: Imagini.WindowStateChangeEventArgs


Creates an event args object.

Syntax

public WindowStateChangeEventArgs(
	WindowStateChange state,
	Window window,
	int? x,
	int? y
)

Parameters

window

Target window. If null, the currently focused one is used.


Back to index